home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5446 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: nntp.ucsb.edu!usenet
  2. From: "Peter V. Kharchenko" <peter@cs.ucsb.edu>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Why C++ sucks++
  5. Date: 4 Feb 1996 19:57:49 GMT
  6. Organization: UCSB
  7. Message-ID: <4f333t$ldc@yuggoth.ucsb.edu>
  8. References: <1996Jan29.223357.1@aspen> <4ek6e8$s76@reader2.ix.netcom.com> <4el6dl$a8n@crchh327.rich.bnr.ca> <DLzy8w.J49.0.-s@cs.vu.nl>
  9. NNTP-Posting-Host: engrhub.ucsb.edu
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.1N (X11; I; OSF1 V2.0 alpha)
  14. X-URL: news:DLzy8w.J49.0.-s@cs.vu.nl
  15.  
  16. jalten@cs.vu.nl (Alten JP) wrote:
  17. >
  18. >eh, if we're talking about C++, why not
  19. >int main()
  20. >{ 
  21. >  cout << "Hello, world" << endl;
  22. >  return 0;
  23. >}
  24. >
  25. >:-)
  26. >
  27. >Jelle
  28.  
  29. Well hey, since we are being picky don't forget  to include 
  30.   iostream.h
  31.  
  32.  But I think that it should be very obvious for a serious programmer that the
  33. realtive complexity of object oriented programming and other c++ tricks will
  34. pay off greatly once this "Seasoned Programmer" will decide to write a big
  35. project. And if we are talking about project being coded by serveral people
  36. then object structure is almost required.
  37.  
  38.    Peter.
  39.  
  40.